home *** CD-ROM | disk | FTP | other *** search
- // Next available MSG number is 40
- // MODULE_ID FILTER_DCL_
- /* Next available MSG number is 57 */
-
- //----------------------------------------------------------------------------
- //
- // FILTER.DCL Version 1.0
- //
- // Copyright (C) 1991, 1992, 1993, 1994 by Autodesk, Inc.
- //
- // Permission to use, copy, modify, and distribute this software
- // for any purpose and without fee is hereby granted, provided
- // that the above copyright notice appears in all copies and
- // that both that copyright notice and the limited warranty and
- // restricted rights notice below appear in all supporting
- // documentation.
- //
- // AUTODESK PROVIDES THIS PROGRAM "AS IS" AND WITH ALL FAULTS.
- // AUTODESK SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTY OF
- // MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE. AUTODESK, INC.
- // DOES NOT WARRANT THAT THE OPERATION OF THE PROGRAM WILL BE
- // UNINTERRUPTED OR ERROR FREE.
- //
- // Use, duplication, or disclosure by the U.S. Government is subject to
- // restrictions set forth in FAR 52.227-19 (Commercial Computer
- // Software - Restricted Rights) and DFAR 252.227-7013(c)(1)(ii)
- // (Rights in Technical Data and Computer Software), as applicable.
- //
- //.
- //----------------------------------------------------------------------------
- //
- // Filter.dcl - uses ssget to make filtered selection sets via dialogues.
- //
- //----------------------------------------------------------------------------
-
-
- //dcl_settings : default_dcl_settings { audit_level = 3; }
-
- filter : dialog {
- aspect_ratio = 0;
- label = "Filtros para selecci≤n de objetos";
- : list_box {
- key = "filter_str_list";
- width = 67;
- height = 6;
- tabs = "20 22 25 35 37 40 50 52 55";
- tab_truncate = true;
- }
- : row {
- : boxed_column {
- label = "Seleccionar filtro";
- fixed_width = true;
- : row {
- : popup_list {
- key = "filter_by";
- width = 22;
- }
- : button {
- label = "Selec...";
- key = "select";
- mnemonic = "S";
- vertical_alignment = top;
- }
-
- }
- : row {
- : text {
- label = "X:";
- mnemonic = "X";
- key = "x_text";
- }
- : popup_list {
- key = "x_op";
- edit_width = 5;
- fixed_width = true;
- }
- : edit_box {
- label = "";
- key = "x_value";
- width = 20;
- }
- }
- : row {
- : text {
- label = "Y:";
- mnemonic = "Y";
- key = "y_text";
- }
- : popup_list {
- key = "y_op";
- edit_width = 5;
- fixed_width = true;
- }
- : edit_box {
- label = "";
- key = "y_value";
- width = 20;
- }
- }
- : row {
- : text {
- label = "Z:";
- mnemonic = "Z";
- key = "z_text";
- }
- : popup_list {
- key = "z_op";
- edit_width = 5;
- fixed_width = true;
- }
- : edit_box {
- label = "";
- key = "z_value";
- width = 20;
- }
- }
-
- : row {
- : button {
- label = "A±adir a la lista";
- key = "add_to_list";
- mnemonic = "A";
- }
- : button {
- label = "Sustituir";
- key = "substitute";
- mnemonic = "t";
- }
- }
- : button {
- label = "A±adir objeto designado <";
- key = "select_entity";
- mnemonic = "±";
- }
- }
- : column {
- : row {
- : button {
- label = "Editar elemento";
- key = "edit";
- mnemonic = "E";
- fixed_width = true;
- }
- : button {
- label = "Suprimir";
- key = "remove";
- fixed_width = true;
- mnemonic = "p";
- }
- : button {
- label = "Borrar lista";
- key = "clear_list";
- fixed_width = true;
- mnemonic = "B";
- }
- }
- : boxed_column {
- label = "Filtros con nombre";
- : popup_list{
- label = "Actual:";
- mnemonic = "c";
- key = "named_lists";
- width = 14;
- }
- : row {
- : button {
- label = "Guardar como:";
- key = "save_as";
- fixed_width = true;
- mnemonic = "G";
- }
- : edit_box {
- label = "";
- key = "new_name";
- edit_width = 20;
- edit_limit = 18;
- }
- }
- : row {
- : button {
- label = "Suprimir lista de filtros actual";
- key = "delete_list";
- mnemonic = "r";
- }
- }
- }
- : row {
- fixed_width = true;
- alignment = centered;
- : button {
- label = "Aplicar";
- key = "apply";
- mnemonic = "i";
- fixed_width = true;
- width = 8;
- alignment = centered;
- }
- : spacer {
- width = 2;
- }
- cancel_button;
- : spacer {
- width = 2;
- }
- help_button;
- }
- }
- }
- : errtile { width = 60; }
- }
-
-
- single_table : dialog {
- key = "title";
- width = 30;
- : edit_box {
- label = "Patr≤n:";
- key = "pattern";
- edit_width = 15;
- }
- : list_box {
- key = "table_match";
- width = 34;
- multiple_select = true;
- }
- spacer;
- ok_cancel;
- errtile;
- }
-
- already_exists : dialog {
- label = "Advertencia";
- : paragraph {
- : text_part {
- label = "Ya existe una lista de filtros con este nombre.";
- }
- : text_part {
- label = "┐Desea redefinirla?";
- }
- }
- spacer_1;
- : row {
- fixed_width = true;
- alignment = centered;
- : button {
- label = "Redefinir";
- mnemonic = "R";
- key = "redefine";
- width = 8;
- }
- : spacer {
- width = 2;
- }
- : default_button {
- label = "Cancelar";
- mnemonic = "C";
- key = "cancel";
- width = 8;
- }
- }
- }
-
-
-